home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1999 April / Cd Pc Users extra 19 abril 1999.iso / Prog / Inst / MagicFrm / magicfrm.exe / FRMFormSize.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-01-20  |  1.4 KB  |  45 lines

  1. VERSION 5.00
  2. Object = "{B3ECB8C8-B046-11D2-B522-D0863DEC394B}#1.0#0"; "MagicFrm.ocx"
  3. Begin VB.Form FRMFormSize 
  4.    Caption         =   "Exemplo do FormSize"
  5.    ClientHeight    =   1815
  6.    ClientLeft      =   60
  7.    ClientTop       =   345
  8.    ClientWidth     =   4125
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   1815
  11.    ScaleWidth      =   4125
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin MagicForms.FormSize FormSize1 
  14.       Left            =   2520
  15.       Top             =   1500
  16.       _ExtentX        =   2223
  17.       _ExtentY        =   847
  18.    End
  19.    Begin VB.Label Label2 
  20.       Caption         =   "This is an example of FormSize. Try to resize this form and you'll see that it has limited size."
  21.       Height          =   675
  22.       Left            =   120
  23.       TabIndex        =   1
  24.       Top             =   900
  25.       Width           =   3915
  26.    End
  27.    Begin VB.Label Label1 
  28.       Caption         =   "Esse 
  29.  um exemplo do FormSize. Tente redimensionar esse formul
  30. rio e ver
  31.  que ele tem tamanhos M
  32. ximo e M
  33. nimo."
  34.       Height          =   675
  35.       Left            =   120
  36.       TabIndex        =   0
  37.       Top             =   120
  38.       Width           =   3915
  39.    End
  40. Attribute VB_Name = "FRMFormSize"
  41. Attribute VB_GlobalNameSpace = False
  42. Attribute VB_Creatable = False
  43. Attribute VB_PredeclaredId = True
  44. Attribute VB_Exposed = False
  45.